runtime.fixalloc.free (method)

10 uses

	runtime (current package)
		malloc.go#L683: 		h.arenaHintAlloc.free(unsafe.Pointer(hint))
		mcache.go#L116: 		mheap_.cachealloc.free(unsafe.Pointer(c))
		mfixalloc.go#L103: func (f *fixalloc) free(p unsafe.Pointer) {
		mgc.go#L1680: 		mheap_.specialReachableAlloc.free(unsafe.Pointer(s))
		mheap.go#L1099: 	h.spanalloc.free(unsafe.Pointer(s))
		mheap.go#L1844: 	mheap_.specialfinalizeralloc.free(unsafe.Pointer(s))
		mheap.go#L1856: 	mheap_.specialfinalizeralloc.free(unsafe.Pointer(s))
		mheap.go#L1924: 		mheap_.specialfinalizeralloc.free(unsafe.Pointer(sf))
		mheap.go#L1930: 		mheap_.specialprofilealloc.free(unsafe.Pointer(sp))
		proc.go#L4681: 			mheap_.spanalloc.free(unsafe.Pointer(pp.mspancache.buf[i]))